home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / menu.dir / 00001.ls next >
Encoding:
Text File  |  1995-12-21  |  354 b   |  15 lines

  1. on exitFrame
  2.   global numb, yubicurs, flg
  3.   set flg to 0
  4.   puppetSound("menu.aiff")
  5.   updateStage()
  6.   set numb to EMPTY
  7.   makedatebase()
  8.   set yubicurs to list(904, 905)
  9.   set the cursor of sprite 3 to yubicurs
  10.   set the cursor of sprite 4 to yubicurs
  11.   set the cursor of sprite 2 to yubicurs
  12.   set the cursor of sprite 5 to yubicurs
  13.   updateStage()
  14. end
  15.